Polygon
Represents a polygon in a vector space.
A polygon is defined by an ordered list of vertices that form a closed shape. The polygon can exist in any dimensional space (2D, 3D, etc.) as determined by the vector type.
Parameters
V
The type of vector representing the vertices of the polygon.